home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / pb_uti.zip / LASTXFER.DOC next >
Text File  |  1991-06-18  |  2KB  |  63 lines

  1.  
  2.  
  3.  
  4.  
  5. LastXFER, 6/18/1991, Scott Brown
  6.  
  7.  
  8. Purpose:
  9. --------
  10. I wrote this program for sysops who do echomail transfers and would like
  11. to let their users know when they are taking place.  To use this
  12. program, put it in the batch file right before you run your mail
  13. import/export utility (eg. PCRelay, RyPACKER, etc..).  Example:
  14. lastxfer xfer.cfg
  15. rypacker p u rypacker.cfg
  16.  
  17.  
  18. Designing your screen:
  19. ----------------------
  20. The screen that is created can be designed by you... in any word
  21. processor/text editor/ansi editor.  Simply design the screen
  22. and put (in one color) the statement "%XDATE" for the transfer date
  23. time and "%XTIME" for the transfer time.  Example:
  24.  
  25. ---------------------------------------------------------------
  26.   Last Fidonet echomail transfer was at %XTIME on %XDATE.
  27. ---------------------------------------------------------------
  28.  
  29. Usage:
  30. ------
  31. The first step in using this program is creating the configuration
  32. file.  To do this, load a word processor or text editor that saves
  33. dos text such as Qedit and create a file called XFER.CFG.  The file
  34. should be in the following format:
  35. <input ascii file>
  36. <output ascii file>
  37. <input ansi file>
  38. <output ansi file>
  39.  
  40. Take a look at the included sample file XFER.CFG.
  41.  
  42. To load the program, type LASTXFER <configuration file>, ex:
  43. LASTXFER XFER.CFG
  44.  
  45.  
  46. Support:
  47. --------
  48.  
  49. Any and all future versions will allways be available at The Swing BBS,
  50. the support BBS for this program.  The Swing BBS is located in
  51. Larchmont, New York and the phone number is 914-834-7830.
  52.  
  53.  
  54.  
  55. Comments, Suggestions, Bug Reports, etc!
  56. ----------------------------------------
  57. Any comments/suggestions can be sent to me via Fidonet echomail, I am
  58. Fidonet node 1:272/37, or by calling my BBS directly at 914-834-7830.
  59. Any and all comments/suggestions are greatly appreciated!
  60.  
  61.  
  62.  
  63.